Developer Documentation

QuickTime 4 API Documentation

Programming With QuickTime VR

| Previous | Chapter Contents | Chapter Top | Next |

Node Types

The QTVRGetNodeType function returns a value that specifies the type of a node. Currently, these values can be returned:

enum {
    kQTVRPanoramaType               = FOUR_CHAR_CODE('pano'),
    kQTVRObjectType                 = FOUR_CHAR_CODE('obje')
};

Constant descriptions

kQTVRPanoramaType
The node is a panoramic node.
kQTVRObjectType
The node is an object node.

© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |